projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aadc2d
)
(x_set_cursor_color): Use x_update_cursor.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 Aug 1996 20:12:15 +0000
(20:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 Aug 1996 20:12:15 +0000
(20:12 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 524720f60a96a27e457774a46ee9f56f607151d8..83076db0b2e6e94fa5a721b2a3ed0374781cc749 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1400,8
+1400,8
@@
x_set_cursor_color (f, arg, oldval)
if (FRAME_VISIBLE_P (f))
{
- x_
display
_cursor (f, 0);
- x_
display
_cursor (f, 1);
+ x_
update
_cursor (f, 0);
+ x_
update
_cursor (f, 1);
}
}
}